projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d64c88d
)
Remove unused struct field
author
Federico Mena Quintero
<federico@gnome.org>
Tue, 28 Jun 2011 23:53:48 +0000
(18:53 -0500)
committer
Federico Mena Quintero
<federico@gnome.org>
Sat, 2 Jul 2011 00:07:10 +0000
(19:07 -0500)
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkfilechooserdefault.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserdefault.c
b/gtk/gtkfilechooserdefault.c
index 730875940a2e1948c4a871620a2e1a7656c54128..ae78e533304271702c90a3f1eb5d2a12128d9033 100644
(file)
--- a/
gtk/gtkfilechooserdefault.c
+++ b/
gtk/gtkfilechooserdefault.c
@@
-9052,7
+9052,6
@@
typedef struct
GtkFileChooserDefault *impl;
GList *items;
gint n_items;
- gint n_loaded_items;
guint needs_sorting : 1;
} RecentLoadData;
@@
-9154,7
+9153,6
@@
recent_idle_load (gpointer data)
}
}
- load_data->n_loaded_items = 0;
load_data->needs_sorting = FALSE;
return TRUE;
@@
-9195,7
+9193,6
@@
recent_start_loading (GtkFileChooserDefault *impl)
load_data->impl = impl;
load_data->items = NULL;
load_data->n_items = 0;
- load_data->n_loaded_items = 0;
load_data->needs_sorting = TRUE;
/* begin lazy loading the recent files into the model */